I finally managed to get the
krb5 extension for PHP ready for some kind of release, since the last time I wrote about it I felt the urge to implement yet another feature: Negotiate authentication using GSSAPI. This enables real kerberos single sign on support for webapplications in PHP and works in Mozilla (tested on Windows and Linux - using MIT kerberos/KfW) and should work on IE, too, but I have not yet had the chance to test using SSPI. Nice to have
I'll post some article on this feature in the next days.
I now have copied the missing headers from the the mit-krb5 distribution, so the source is not needed anymore.
You can get it here -
php_krb5-beta.tar.gz - and maybe some day through PECL.